home *** CD-ROM | disk | FTP | other *** search
- 10 rem ***********************
- 20 rem * "circle mover" *
- 30 rem * von leif kobbelt *
- 40 rem * 7500 karlsruhe 1 *
- 50 rem * graf-rhenastr. 23 *
- 60 rem ***********************
- 70 :
- 80 :
- 100 input"[147] startadresse ";s
- 110 input" fur welche bit-map (1-7) ";t
- 120 open1,8,0,"circle.code":get#1,a$,a$
- 130 get#1,a$:a=asc(a$+chr$(0))
- 140 pokes+b,a:b=b+1
- 150 ifst<>64then130
- 160 close1
- 170 fora=1to11
- 180 readc1,c2:c1=c1+s:c2=c2+s
- 190 c3=int(c2/256):c4=c2-c3*256
- 200 pokec1,c4:pokec1+1,c3
- 210 next
- 220 pokes+435,t*32
- 230 print"[147] abspeichern ?"
- 240 poke198,0:wait198,1:geta$
- 250 ifa$="n"thenprint"[147]":end
- 260 ifa$<>"j"then190
- 270 sys (57812)"circle"+str$(s),8,1
- 280 s1=int(s/256):s2=s-s1*256
- 290 poke193,s2:poke194,s1
- 300 s=s+465:s1=int(s/256):s2=s-s1*256
- 310 poke174,s2:poke175,s1
- 320 sys 62954
- 330 print"[147]":end
- 340 :
- 350 :
- 1000 data 31,232,51,232,125,136,153,236
- 1010 data 214,256,221,46,228,256,295
- 1020 data 322,306,322,328,335,356,360
-